home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / csource4 / 223_01 / hello.c < prev    next >
Text File  |  1979-12-31  |  256b  |  6 lines

  1. #include <stdio.h>
  2.  
  3. main() {
  4.     puts("hello, world\n");
  5. }
  6.